D2D1_IMAGE_BRUSH_PROPERTIES

<summary> Creation properties for an image brush. </summary>

version(Windows && Direct2D_1_1 && DirectWrite && WinCodec && Direct2D_1_1)
struct D2D1_IMAGE_BRUSH_PROPERTIES {}

Members

Variables

extendModeX
D2D1_EXTEND_MODE extendModeX;
Undocumented in source.
extendModeY
D2D1_EXTEND_MODE extendModeY;
Undocumented in source.
interpolationMode
D2D1_INTERPOLATION_MODE interpolationMode;
Undocumented in source.
sourceRectangle
D2D1_RECT_F sourceRectangle;
Undocumented in source.

Meta